Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: add new Pattern type that replaces IPatternMatcher<> to simplify API. #111

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

skwasjer
Copy link
Owner

@skwasjer skwasjer commented Sep 8, 2024

Most likely the Pattern, RegexPattern and WildcardPattern types will become public, after we add some additional features, like additional overloads and a new builder to configure more fine-grained URI matchers (for parts of an URI) as mentioned in #110, #112 and documentation.

For now, the types are internal though.

@skwasjer skwasjer force-pushed the feature/refactor_pattern_matching branch from 5f72dca to 5cb39f8 Compare September 8, 2024 21:22
Copy link

sonarqubecloud bot commented Sep 8, 2024

@skwasjer skwasjer merged commit 56ee517 into main Sep 8, 2024
12 checks passed
@skwasjer skwasjer deleted the feature/refactor_pattern_matching branch September 8, 2024 21:28
@skwasjer skwasjer added the enhancement New feature or request label Sep 9, 2024
@skwasjer
Copy link
Owner Author

This is some work towards #112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant